home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00298_Script_298 < prev    next >
Text File  |  1995-10-10  |  413b  |  25 lines

  1. on enterFrame
  2.     repeat with x = 3 to 7
  3.   
  4.   if Rollover(x)= FALSE then
  5.     puppetSprite x,TRUE
  6.     set the visible of sprite x to FALSE
  7.     puppetSprite x,FALSE  
  8.   end if
  9.   
  10. end repeat
  11. end
  12.  
  13. on mouseUp
  14.   global Clips
  15.   ChangeScreenSize Clips, "160,140",0
  16. end
  17.  
  18. on exitFrame
  19.   global movieID
  20.   --if comp then compilemov
  21.   
  22.   updatestage
  23.   QTMovie("Direct",movieID,"Idle")
  24.   updatestage
  25. end